From 20e0490fc1fd995bade8429d8b992eb3e131b411 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 30 Jul 2010 15:16:18 +0100 Subject: [PATCH] xl: destroy the logger before exit Signed-off-by: Ian Campbell Committed-by: Ian Jackson --- tools/libxl/xl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libxl/xl.c b/tools/libxl/xl.c index 85dbca52fa..237f6e6b12 100644 --- a/tools/libxl/xl.c +++ b/tools/libxl/xl.c @@ -83,6 +83,7 @@ int main(int argc, char **argv) } libxl_ctx_free(&ctx); + xtl_logger_destroy((xentoollog_logger*)logger); return ret; } -- 2.30.2